@charset "utf-8";
/* CSS Document */
table {
	background-color: #003366;
	width: 400px;
}
td {
	background-color: #fff;
	font-family: "楷体";
	font-size: 20px;
	text-shadow: -8px 6px 2px #333;
	
}

